@charset "utf-8";
/* CSS Document */
div, p, ul, dl, dt, dd, h2, h3 {
	padding: 0;
	margin: 0;
}
font {
	padding: 0 5px;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
a:link, a:visited {
	color: #333;
}
a:hover, a:active {
	color: #333;
}
.clearFloat:after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}
.clearFloat {
	zoom: 1;
}
body {
	background-color: #fff;
	font-family: "微软雅黑";
	font-size: 18px;
}
/*网页开始*/
.container {
	width: 100%;
	overflow: hidden;
}
.top {
	width: 1182px;
	height: 128px;
	margin: 0 auto;
}
.top .logo {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.top .top_right {
	float: right;
	position: relative;
}
.top li {
	float: left;
	position: relative;
}
.top .top_link {
	font-size: 14px;
	margin-top: 18px;
	line-height: 20px;
	margin-bottom: 30px;
}
.top_link .web {
	width: 76px;
	padding-right: 20px;
	margin-right: 25px;
	background: url(top-1.png) no-repeat right 9px;
}
.top_link .phone {
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 35px;
	background: url(phone.png) no-repeat left center;
}
.top_link .wechat {
	margin-left: 10px;
	margin-right: 20px;
}
#top_link dl {
	width: 180px;
	display: none;
	position: absolute;
	z-index: 999;
	border: 1px solid #ccc;
	background-color: #fff;
}
#top_link dd {
	line-height: 25px;
	padding-left:5px;
}
#top_link dd a {
	color: #333;
}
/*股票信息*/
.top_info_box {
	width: 470px;
	background: url(info_bg.png) no-repeat;
}
.top .top_info {
	float: left;
	height: 42px;
	overflow: hidden;
	padding-left: 18px;
}
.top .top_info ul {
	width: 430px;
}
.top .top_info li {
	line-height: 42px;
	font-size: 16px;
	color: #cc2916;
}
.top .top_info span {
	float: left;
	margin-right: 20px;
}
.top .top_info span:first-child {
	margin-right: 0px;
	width: 215px;
	color: #6a6a6a
}
.roll_btn {
	float: left;
	margin-top: 13px;
}
#but_down {
	margin-bottom: 3px;
}
/*
.top .top_info li {
	font-size: 16px;
	line-height: 42px;
	color: #cc2916;
	margin-right: 20px;
}
.top .top_info li:first-child {
	color: #6a6a6a;
	margin-right: 70px;
}
.top .top_info li div {
	margin-top: 12px;
}*/
/*主导航*/
.nav_box {
	width: 100%;
	height: 60px;
	position: relative;
	overflow: hidden;
}
.nav_bg {
	width: 100%;
	height: 60px;
	background-color: #e4e8ef;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: relative;
	z-index: 10;
}
.nav {
	width: 1182px;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
	top: -60px;
	z-index: 20;
}
.nav li {
	float: left;
	margin: 0 28px;
}
.nav li a {
	color: #3e3c3d;
}
/*banner*/
.banner {
	width: 100%;
}
/*专题*/
.topic {
	width: 100%;
	background-color: #494949;
}
.topic .topic_pic {
	float: left;
	width: 31%;
}
.topic .topic_pic img, .topic .topic_more img {
	display: block;
	width: 100%;
}
.topic .topic_more {
	float: left;
	width: 7%;
}
/*网站地图*/
.main_three {
	width: 100%;
	padding: 55px 0;
	background-color: #474747;
}
.main_three a {
	color: #fff;
}
.main_three_con {
	width: 1182px;
	overflow: hidden;
	margin: 0 auto;
}
.main_three_con .col {
	float: left;
	min-width: 228px;
	min-height: 195px;
	background: url(bg.png) no-repeat left top;
}
.main_three_con h3 {
	font-weight: normal;
	text-indent: 20px;
}
.main_three_con ul {
	margin-top: 23px;
	padding-left: 20px;
}
.main_three_con li {
	font-size: 16px;
	/*text-indent: 20px;*/
	line-height: 30px;
	color: #cecece;
}
.main_three_con li a {
	color: #cecece;
}
.main_three_con .wechat {
	float: right;
}
.main_three_con .wechat p {
	line-height: 53px;
	text-align: center;
	color: #cecece;
}
/*底部版权*/
.footing_box {
	width: 100%;
	height: 115px;
	background-color: #0a53ba;
}
.footing {
	width: 1182px;
	color: #cecece;
	margin: 0 auto;
}
.footing p {
	overflow: hidden;
	line-height: 66px;
}
.footing p a {
	float: left;
	color: #cecece;
	font-size: 16px;
}
.footing p span {
	float: left;
	padding: 0 10px;
}
.footing .copyright {
	font-size: 14px;
}
